Construct Date
Command Prototype
dTime = Time.DateSerial(iYear, iMonth, iDay)
Command Description
Construct a date based on year, month and day
Parameter Description
- Required Parameter
- iYear--The year of the time to construct
- iMonth--The month of the time to construct
- iDay--The day of the time to construct
- return
- dTime--The variable used to save the output of the function call